Skip to content

Added 2 ffat partition schemes for 4MB modules + improved descriptions. #2623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 10, 2019

Conversation

marcmerlin
Copy link
Contributor

Existing format options were unclear on how much spiffs you were
getting. Also add missing 1MB App/3MB Spiffs split.
This addresses #1799

This makes it very clear what each option gives you, and also adds 2 options
to get ffat on 4MB chips..

Existing format options were unclear on how much spiffs you were
getting. Also add missing 1MB App/3MB Spiffs split.
This addresses espressif#1799

This makes it very clear what each option gives you, and also adds 2 options
to get ffat on 4MB chips..
@marcmerlin
Copy link
Contributor Author

This gives more details on how to create FFat and flash it from a computer: http://marc.merlins.org/perso/arduino/post_2019-03-30_Using-FatFS-FFat-on-ESP32-Flash-With-Arduino.html

@marcmerlin
Copy link
Contributor Author

Hi @me-no-dev @CelliesProjects you just committed 4930853 which caused a conflict with this PR which offers more and better descriptions.
I just resolved it, but can you please consider this change this does more than what you just merged?

@me-no-dev
Copy link
Member

alright @marcmerlin :D I am on merging spree so no worries :) this is next!!

@me-no-dev me-no-dev merged commit 53a4bf3 into espressif:master Apr 10, 2019
@marcmerlin
Copy link
Contributor Author

Thanks @me-no-dev . I sent you a small tweak to extend the space allocation to the default partitions too (including the ffat one you just added)
#2649

@FrenchLab47
Copy link

Hello,
I'm doing tests with the new ffat partitions and I noticed an error on the default_ffat.csv partition.
This new partition causes a permanent reset.
I did not have this problem with the previous partition that contained an EEPROM partition.
It works when I replace the line:
ffat, data, fat, 0x291000,0x170000,
by :
ffat, data, fat, 0x290000,0x170000,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants